home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / VISUALBA / VBCTRL.ZIP / VBDIA.TXT < prev    next >
Text File  |  1993-01-01  |  1KB  |  30 lines

  1.  
  2.  
  3.           Diamond Arrow Pad for Visual Basic  1992 by Mark Gamber
  4.  
  5.    This gives Visual Basic an arrow control consisting of an up, down, left
  6. and right button combined into four "sub buttons" in a diamond shaped pad. Add
  7. the file VBDIA.VBX to VB by selecting "Add File" in the "File" menu and
  8. selecting the file from the listbox. You should see a diamond shaped tool
  9. appear in the toolbox and, if so, you're ready to use the control.
  10.  
  11.    The control provides the "Click" procedure which passes an integer value to
  12. your VB code named "Button". The Button values are:
  13.  
  14.      0 - Top button clicked (up arrow)
  15.      1 - Right button clicked (right arrow)
  16.      2 - Bottom button clicked (down arrow)
  17.      3 - Left button clicked (left arrow)
  18.  
  19.    Along with the control, there should be an example of how it may be used in
  20. Visual Basic. Examine the "Click" procedure for more information.
  21.  
  22.    This is free software for anyone who wants it provided:
  23.  
  24. 1. Credit is given where credit is due.
  25. 2. I'm not liable. End of story.
  26.  
  27. Questions, bugs and general praise may be sent E-Mail on America Online to
  28. MarkG85. No other coorespondance will be answered, if received.
  29.  
  30.